-
Notifications
You must be signed in to change notification settings - Fork 324
feat: Experimental encrypted state feature flag with CI support #5537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
#[cfg(feature = "experimental-encrypted-state-events")] | ||
encrypt_state_events: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the change to the test I mentioned in the PR descrption - didn't catch it erroring prior to merging #5511 since there was no CI (sorry 😬)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5537 +/- ##
==========================================
- Coverage 88.57% 88.56% -0.01%
==========================================
Files 340 340
Lines 93688 93690 +2
Branches 93688 93690 +2
==========================================
- Hits 82982 82980 -2
- Misses 6573 6577 +4
Partials 4133 4133 ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #5537 will not alter performanceComparing Summary
|
* Adds a `experimental-encrypted-state-events` feature flag across the SDK. * Introduces a feature set into xtask to ensure feature-gated tests are run during CI. * Introduces a new matrix entry into the Ubuntu CI. * Minor fix to a test that would otherwise fail with the newly introduced CI.
3ba70c8
to
c1a0f2e
Compare
Looks like another flaky |
Indeed, tracked at #5068 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
This PR makes some non-domain-specific changes across multiple crates that are required for proper testing of features implemented for #5397.
experimental-encrypted-state-events
feature flag across the SDK.